CreateChannelActivity

open class CreateChannelActivity : AppCompatActivity

Activity displays a list of users and provide a current user to create a channel.

Functions

Link copied to clipboard
protected open fun createFragment(): Fragment
It will be called when the CreateChannelActivity is being created.
Link copied to clipboard
open fun newIntent(@NonNull context: Context): Intent
open fun newIntent(@NonNull context: Context, @NonNull type: CreatableChannelType): Intent
open fun newIntent(@NonNull context: Context, @StyleRes themeResId: Int): Intent
open fun newIntent(    @NonNull context: Context,     @NonNull type: CreatableChannelType,     @StyleRes themeResId: Int): Intent
Create an intent for a CreateChannelActivity.
Link copied to clipboard
open fun newIntentFromCustomActivity(    @NonNull context: Context,     @NonNull cls: Class<out CreateChannelActivity>,     @NonNull type: CreatableChannelType): Intent
open fun newIntentFromCustomActivity(    @NonNull context: Context,     @NonNull cls: Class<out CreateChannelActivity>,     @NonNull type: CreatableChannelType,     @StyleRes themeResId: Int): Intent
Create an intent for a custom activity.
Link copied to clipboard
protected open fun onCreate(@Nullable savedInstanceState: Bundle)